home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / 3078A.ZIP / PGPG0991.ZIP / PGSETUP.BAT < prev    next >
DOS Batch File  |  1991-09-02  |  4KB  |  112 lines

  1. echo off
  2. rem    ParaDraft Version 1.01S SETUP Program
  3. rem * * *  * * *  * * * * * * * * * * * * * * * * * *
  4. if exist PGRUN991.ZIP goto havezip2
  5. :getzip2
  6. echo.                                    INSTALL
  7. echo                    ParaDraft Version 1.01S Installation Program
  8. echo. 
  9. echo.    INSTALL will now copy all files from the %DRV%: drive. Please
  10. echo.    insert the ParaDraft diskette # 2 in drive %DRV%:
  11. pause
  12. cls
  13. if not exist %DRV%:PGRUN991.ZIP goto getzip2
  14. echo. Copying files from drive %DRV%:
  15. COPY %DRV%:PGRUN991.ZIP
  16. rem * * *  * * *  * * * * * * * * * * * * * * * * * *
  17. :havezip2
  18. echo Found PGRUN991.ZIP. Proceeding to UNZIP...
  19. pkunzip -n PGRUN991.zip *.*
  20. copy sec*.dwg blocks
  21. rem * * *  * * *  * SETUP PROCESS * * * * * * * * * * * * * * * * *
  22. echo (setq *pgpg-dir* (strcat (getstring) "\\"))> pginit.scr
  23. cd >> pginit.scr
  24. echo (load (strcat *pgpg-dir* "pginit"))>> pginit.scr
  25. inst < pginit.scr > pginit.tmp
  26. copy pginit.scr ..\*.*
  27. rem * * *  * * *  * * * * * * * * * * * * * * * * * *
  28. if "%REL%" == "REL10" goto REL10
  29. copy pginit.tmp+patch.lsp pginit.lsp
  30. goto cont1
  31. :REL10
  32. copy pginit.tmp+patch10.lsp pginit.lsp
  33. :cont1
  34. del pginit.tmp
  35. rem * * *  * * *  * * * * * * * * * * * * * * * * * *
  36. cls
  37. echo.                                      INSTALL
  38. echo                    ParaDraft Version 1.01S Installation Program
  39. echo.
  40. echo.         ParaDraft - Parametric Drafting System for AutoCAD
  41. echo.          Copyright (c) 1991, ParaWare Systems  All Rights Reserved.
  42. echo.        
  43. echo.                        Installation successful
  44. echo.
  45. echo.     ParaDraft Shareware version 1.01S is now installed on your PC.
  46. echo.
  47. echo.   ParaDraft is a copyrighted program, which is distributed as a shareware.
  48. echo.
  49. echo.     You presently have a trial copy which you are authorized to
  50. echo.     use without charge for a limited period of 21 days under the
  51. echo.     terms of the ParaDraft license agreement.  After this time is up,
  52. echo.     you must register and pay for ParaDraft to continue using it.
  53. echo.
  54. echo.     Please read the file PGDRAFT.DOC for the details of license
  55. echo.     agreement, and the registration information. The additional
  56. echo.     features of Professional version are also described in the
  57. echo.     same file, in the appendix E.
  58. echo.
  59. pause
  60. cls
  61. echo.                            INSTALL
  62. echo           ParaDraft Version 1.01S Installation Program
  63. echo.
  64. echo.                       Installation over !!!
  65. echo.
  66. echo. Please Note:
  67. echo.
  68. echo. ParaDraft requires your ACAD.PGP file to be extended.
  69. echo. Please add the following lines in  ACAD.PGP file using
  70. echo. a text editor. ACAD.PGP file is stored in the AutoCAD directory.
  71. echo.
  72. echo. PGSHELL,,500000,*DOS Command: ,0
  73. echo. SHELL,,125000,*DOS Command: ,0
  74. echo. EDIT,EDLIN,40000,File to edit: ,0
  75. echo. 
  76. echo. Note: A minimum of 500 KB memory is required after shelling out from
  77. echo.       AutoCAD to run ParaDraft geometry parameterisation module.
  78. pause
  79. cls
  80. echo.                            INSTALL
  81. echo           ParaDraft Version 1.01S Installation Program
  82. echo.
  83. echo.                       Installation over !!!
  84. echo.
  85. echo. 
  86. echo.
  87. echo.      Please read README.DOC before proceeding any further.
  88. echo.  
  89. echo.       *******      DEMO   DEMO   DEMO    DEMO   ********
  90. echo. You can then proceed to see a running demonstration of ParaDraft
  91. echo.                  by giving the command 1STLOOK
  92. echo.
  93. echo.
  94. pause
  95. show README.DOC 
  96. cls
  97. echo ParaWare Systems thanks you for trying ParaDraft. 
  98. echo Please enter 1STLOOK to see the running demonstration of ParaDraft.
  99. goto ende
  100. :badinst 
  101. cd ..
  102. cls
  103. echo Sorry , either PKUNZIP has not been installed on your PC
  104. echo.            or you have bad or incomplete ZIP files 
  105. echo.
  106. echo Please obtain PKUNZIP from a shareware vendor or a public network
  107. echo You could try the same source from where you obtained ParaDraft .
  108. echo.
  109. echo. Make sure that you have the correct PGPG0991.ZIP and PGRUN991.ZIP 
  110. echo. files on the diskette
  111. :ende
  112.